home *** CD-ROM | disk | FTP | other *** search
- .k ""
- Failat 50
- echo "*e[32m*e[41mAssigning CD"
- assign printers: devs:printers
- assign Sys2: Sys:
- Path The_Learning_Curve:c ADD
- The_Learning_Curve:c/MoveSys The_Learning_Curve:
- cd The_Learning_Curve:
- if not exists "ram:env"
- makedir ram:env
- assign env: ram:
- endif
- if not exists "ram:t"
- makedir ram:t
- assign t: ram:t
- endif
- assign mui: exists > nil:
- if not warn
- echo "User has already got MUI installed"
- else
- assign MUI: "The_Learning_Curve:MUI"
- if exists MUI:Libs
- assign add LIBS: MUI:Libs
- endif
- if exists MUI:Locale
- assign add LOCALE: MUI:Locale
- endif
- version >nil: exec.library 39
- if not warn
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- endif
- endif
- endcli
-